#footer {
    /*    position: absolute;*/
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    background: url(../image/footer_bg.jpg) no-repeat center/cover;
    overflow: hidden;
}
/* line 925, ../sass/home.scss */
#footer .footer_item {
    position: relative;
    max-width:1260px;
    margin: 0 auto;
    color: #fff;
    padding: 50px 0 20px 0;
    font-size: 12px;
}
/* line 933, ../sass/home.scss */
#footer .footer_item .item_block {
    display: flex;
    justify-content: space-between;
}
/* line 937, ../sass/home.scss */
#footer .footer_item .item_block .item_sub_center {
    width: 28%;
}
/* line 940, ../sass/home.scss */
#footer .footer_item .item_block .item_sub_center h1 {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
/* line 945, ../sass/home.scss */
#footer .footer_item .item_block .item_sub_center p {
    padding-top: 23px;
    line-height: 1.4;
    font-size: 14px;
}
/* line 951, ../sass/home.scss */
#footer .footer_item .practice {
    margin-top: 55px;
    display: flex;
}
/* line 951, ../sass/home.scss */
#footer .footer_item .practice a {
    color: #ffffff;
}
/* line 955, ../sass/home.scss */
#footer .footer_item .btn_top {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
/* line 955, ../sass/home.scss */
#footer .footer_item .btn_top.btn_top-en {
    width: unset;
}
/* line 955, ../sass/home.scss */
#footer .footer_item .btn_top.btn_top-en ul {
    display: flex;
}
/* line 955, ../sass/home.scss */
#footer .footer_item .btn_top.btn_top-en ul li {
    margin-left: 20px;
}
/* line 955, ../sass/home.scss */
#footer .footer_item .btn_top.btn_top-en ul li:last-child {
    margin-left: 110px;
}
#footer .footer_item .btn_top img{
    width: 50px;
}
#footer .footer_item .btn_top .icons a{
    width: 28px;
    height: 28px;
}
#footer .footer_item .btn_top .icons.icons1 a{
    background: url("../image/-g.png") no-repeat center/cover;
}
#footer .footer_item .btn_top .icons.icons2 a{
    background: url("../image/facebook-g.png") no-repeat center/cover;
}
#footer .footer_item .btn_top .icons.icons3 a{
    background: url("../image/ins-g.png") no-repeat center/cover;
}
#footer .footer_item .btn_top .icons.icons4 a{
    background: url("../image/youtube-g.png") no-repeat center/cover;
}
#footer .footer_item .btn_top .icons.icons1:hover a{
    background: url("../image/.png") no-repeat center/cover;
}
#footer .footer_item .btn_top .icons.icons2:hover a{
    background: url("../image/facebook.png") no-repeat center/cover;
}
#footer .footer_item .btn_top .icons.icons3:hover a{
    background: url("../image/ins.png") no-repeat center/cover;
}
#footer .footer_item .btn_top .icons.icons4:hover a{
    background: url("../image/youtube.png") no-repeat center/cover;
}

@media screen and (max-width: 1440px) {
    #bo-yu-home .ff_indexPage .case_module .owl-theme .owl-nav{
        bottom: 45px;
    }
    #bo-yu-home .ff_indexPage .industry_field .owl-carousel .item_block .item_bg{
    }
	#footer{max-width:100%; min-width:100%;}
}

@media screen and (max-width: 760px) {
	#footer .footer_item{padding:40px 10px;}
	#footer .footer_item .item_block{display:none;}
	#footer .footer_item .practice{margin-top:0;}
	
}